<!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
<stack>
<name>in</name>
<id>-1</id>
<cardCount>4</cardCount>
<cardID>3165</cardID>
<listID>3657</listID>
<cantModify><false /></cantModify>
<cantDelete><false /></cantDelete>
<cantAbort><false /></cantAbort>
<cardSize>
<width>512</width>
<height>342</height>
</cardSize>
<script>on openStackglobal recordCount, scanString, strtVarhide card field "intStore" of card 2hide card field "scnField" of card 2--put scanString into message boxif strtVar <> 1 thenput 1 into card field "intStore" of card 2put card field "lastField" of card 2 into recordCountput card field "scnField" of card 2 into scanStringend ifput 1 into strtVarend openStackon openCardput the number of this card into field "cardNum"end openCard</script>